func runtime.pidlegetSpinning

6 uses

	runtime (current package)
		proc.go#L3106: 	pp, _ = pidlegetSpinning(0)
		proc.go#L3511: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3733: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3800: 	pp, now := pidlegetSpinning(0)
		proc.go#L3906: 			pp, _ := pidlegetSpinning(0)
		proc.go#L6649: func pidlegetSpinning(now int64) (*p, int64) {